home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Development
/
Source
/
Macintosh Tracker 1.1 Source
/
Tracker Client Folder
/
Core 27⁄June⁄1993
/
CPicture.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-10
|
457 b
|
23 lines
|
[
TEXT/KAHL
]
/* CIcon.h */
#pragma once
#include "CButton.h"
/* forward */
class CWindow;
class CEnclosure;
struct CPicture : CButton
{
short Picture;
short PictureSelected;
EXECUTE(MyBoolean Initialized;)
void IPicture(LongPoint Start, LongPoint Extent, short ThePicture,
short ThePictureSelected, char Key, short Modifiers, CWindow* TheWindow,
CEnclosure* TheEnclosure);
void RedrawNormal(void);
void RedrawHilited(void);
};